home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / frame_290 / PlaceObject2_185_7 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-08-04  |  174 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    this._x = _root.ufo1._x - 30;
  3.    if(_root.hero.shape.hitTest(this) && _root.hero._y > 275)
  4.    {
  5.       _root.hero._x = this._x - 50;
  6.    }
  7. }
  8.